home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / libwp.h < prev    next >
Text File  |  1996-01-30  |  454b  |  17 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8.  */
  9.  
  10. void putsymref(IFILE *, char *, Symbol);
  11. long write_ais(int);
  12. void write_stub(Stubenv, char *, char *);
  13. void write_tre(int, int, char *);
  14. void write_end(IFILE *, long);
  15. void cleanup_files();
  16. void ifdelete(char *);
  17.